projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
3ff108a
763ba53
)
Auto merge of #2743 - alexcrichton:better-test-suite, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 26 May 2016 04:54:45 +0000
(21:54 -0700)
committer
bors
<bors@rust-lang.org>
Thu, 26 May 2016 04:54:45 +0000
(21:54 -0700)
Split the test suite into multiple binaries
Helps reduce compile time of tests, more ergonomic names to type, more conventional configuration, and makes it basically easier to work with.
The previous `support` module is now a separate `cargotest` crate.
Trivial merge